Change side-window default position to right
authorjustbur <justin@burkett.cc>
Mon, 6 Jul 2015 18:40:07 +0000 (14:40 -0400)
committerjustbur <justin@burkett.cc>
Mon, 6 Jul 2015 18:40:07 +0000 (14:40 -0400)
which-key.el

index 28f579c4e0dbbd3cf03615d189ec4f09ba993968..728fdb138bc3f741cc0ac1c72dccec5b160234d0 100644 (file)
@@ -43,7 +43,7 @@ cells for replacing descriptions.")
   "Name of which-key buffer.")
 (defvar which-key-popup-type 'minibuffer
   "Supported types are minibuffer, side-window and frame.")
-(defvar which-key-side-window-location 'bottom
+(defvar which-key-side-window-location 'right
   "Location of which-key popup when `which-key-popup-type' is
 side-window.  Should be one of top, bottom, left or right.")
 (defvar which-key-side-window-max-width 60